Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Stores.​ValidatingSamlServiceProviderStore<​T>
Assembly: Duende.IdentityServer
Inheritance: object → ValidatingSamlServiceProviderStore
Implemented Interfaces
SAML service provider store decorator for running runtime configuration validation checks.
Methods
public
System.​Threading.​Tasks.​Task<​Models.​SamlServiceProvider>
FindByEntityIdAsync​(string entityId,
System.​Threading.​CancellationToken ct)
Finds a SAML service provider by entity ID (and runs the validation logic).
Returns The service provider, or null if not found or invalid.
entityId
The entity ID.
ct
The cancellation token.
public
System.​Collections.​Generic.​IAsyncEnumerable<​Models.​SamlServiceProvider>
GetAllSamlServiceProvidersAsync​(System.​Threading.​CancellationToken ct)
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object